[INFO] cloning repository https://github.com/Dirk007/rust_feature_detection
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dirk007/rust_feature_detection" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDirk007%2Frust_feature_detection", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDirk007%2Frust_feature_detection'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6ac6a5cd3d82917acd3c33ec98f850c7e285b25b
[INFO] checking Dirk007/rust_feature_detection against master#4eb62535fc12dd1a63fd43a4173e224e79313c4d for pr-158816
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDirk007%2Frust_feature_detection" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dirk007/rust_feature_detection
[INFO] finished tweaking git repo https://github.com/Dirk007/rust_feature_detection
[INFO] tweaked toml for git repo https://github.com/Dirk007/rust_feature_detection written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dirk007/rust_feature_detection on toolchain 4eb62535fc12dd1a63fd43a4173e224e79313c4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dirk007/rust_feature_detection already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 14e8f2a5522867206dc804a3a175fc17ffee78f8a8d1ba201dd8efaf54e8cd58
[INFO] running `Command { std: "docker" "start" "14e8f2a5522867206dc804a3a175fc17ffee78f8a8d1ba201dd8efaf54e8cd58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14e8f2a5522867206dc804a3a175fc17ffee78f8a8d1ba201dd8efaf54e8cd58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "14e8f2a5522867206dc804a3a175fc17ffee78f8a8d1ba201dd8efaf54e8cd58" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14e8f2a5522867206dc804a3a175fc17ffee78f8a8d1ba201dd8efaf54e8cd58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "14e8f2a5522867206dc804a3a175fc17ffee78f8a8d1ba201dd8efaf54e8cd58" "/opt/rustwide/cargo-home/bin/cargo" "+4eb62535fc12dd1a63fd43a4173e224e79313c4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking itertools v0.10.1
[INFO] [stderr]     Checking feature_checker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `crypto`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `32bit`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8msecext`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a15`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a17`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a32`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"d32"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a35`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"a"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a53`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a55`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a57`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"a"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a72`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a73`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v73"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a75`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v75"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a76`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a77`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a78c`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a8`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a9`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"a"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `acquire-release`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv2a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv3m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv4t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv5t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv5te`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv5tej`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6j`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6k`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6kz`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6s-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6t2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7-r`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7e-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7k`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7s`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7ve`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-m.base`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-r`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.1-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.1-m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.2-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.3-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.4-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.5-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.6-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.7-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avoid-movs-shop`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avoid-partial-cpsr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cde`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp0`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp6`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cheap-predicable-cpsr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-a78`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-x1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `db`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"b"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dfb`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"dpb"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `disable-postra-scheduler`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dont-widen-vmovs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `execute-only`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `expand-fp-mlx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `exynos`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp-armv8d16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fp-armv8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp-armv8d16sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp-armv8sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fp-armv8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp16fml`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fpao`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fpregs16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fpregs"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fpregs64`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fpregs"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fullfp16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-aes`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-literals`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `harden-sls-blr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `harden-sls-retbr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `hwdiv-arm`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `iwmmxt`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `iwmmxt2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `krait`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `kryo`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `lob`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"lor"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `long-calls`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `loop-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `m3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mp"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `m7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mp"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `muxed-units`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mte"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve.fp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve1beat`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve2beat`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve4beat`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nacl-trap`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neon-fpmovs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neonfp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"neon"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neoverse-v1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-branch-predictor`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-movt`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-neg-immediates`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `noarm`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nonpipelined-vfp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `perfmon`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `prefer-ishst`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `prefer-vmovsr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `prof-unpr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r52`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v7"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `read-tp-hard`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-r9`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ret-addr-stack`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-fp-brcc`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-load-D-subreg`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-odd-reg`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-vdup32`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-vgetlni32`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slowfpvfmx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slowfpvmlx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `splat-vfp-neon`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `strict-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `swift`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `use-misched`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crypto`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `32bit`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v5t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v5te"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `8msecext`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v6m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v6k"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v7clrex`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a15`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8.1m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a17`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a32`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"d32"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a35`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp2sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"vfp2"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp3d16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"a"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a53`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp3d16sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a55`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp3sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"vfp3"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp4d16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a57`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp4d16sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"a"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a72`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp4sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"vfp4"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a73`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v73"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vldn-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a75`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v75"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a76`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vmlx-forwarding`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a77`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vmlx-hazards`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a78c`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wide-stride-vfp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `xscale`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"xsave"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a8`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a9`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"a"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcz`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"zcb"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `acquire-release`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crypto`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `CONTEXTIDREL2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a35`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv2a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv3m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a53`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv4t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv5t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a55`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a57`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv5te`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv5tej`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a64fx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a65`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v65"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6j`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6k`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a72`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6kz`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6s-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a73`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v73"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv6t2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7-r`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a75`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v75"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a76`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7e-m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7k`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a77`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7s`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `aggressive-fma`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv7ve`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-m.base`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `alternate-sextload-cvt-f32-pattern`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8-r`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `altnzcv`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.1-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.1-m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `am`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"m"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.2-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `amvs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a10`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.3-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.4-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a11`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.5-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.6-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `armv8.7-a`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avoid-movs-shop`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avoid-partial-cpsr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a13`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cde`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp0`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a14`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arith-bcc-fusion`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arith-cbz-fusion`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp6`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cdecp7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `balance-fp-ops`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cheap-predicable-cpsr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-a78`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-x1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `brbe`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `db`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"b"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x10`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x11`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dfb`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"dpb"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `disable-postra-scheduler`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `dont-widen-vmovs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `execute-only`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x13`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `expand-fp-mlx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x14`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `exynos`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp-armv8d16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fp-armv8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp-armv8d16sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x15`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x18`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp-armv8sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fp-armv8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x8`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fp16fml`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fpao`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x9`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fpregs16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fpregs"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `carmel`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ccidx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fpregs64`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"fpregs"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fullfp16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cmp-bcc-fusion`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-aes`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-literals`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-a78`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `harden-sls-blr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `harden-sls-retbr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-a78c`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `hwdiv-arm`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `iwmmxt`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-r82`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `iwmmxt2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `krait`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cortex-x1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `kryo`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `custom-cheap-as-move`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `lob`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"lor"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `long-calls`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `disable-latency-sched-heuristic`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `loop-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `m3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mp"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ete`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mte"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `m7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mp"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `muxed-units`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `exynos-cheap-as-move`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `exynosm3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"mte"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `exynosm4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve.fp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve1beat`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve2beat`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `falkor`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mve4beat`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nacl-trap`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neon-fpmovs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fgt`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neonfp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"neon"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neoverse-v1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `force-32bit-jump-tables`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-branch-predictor`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-movt`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-neg-immediates`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-address`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `noarm`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nonpipelined-vfp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `perfmon`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-aes`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `prefer-ishst`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-arith-logic`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `prefer-vmovsr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-crypto-eor`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-csel`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `prof-unpr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `fuse-literals`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `harden-sls-blr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r52`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `harden-sls-retbr`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `r7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v7"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `hcx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"hvx"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `read-tp-hard`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `kryo`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-r9`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ret-addr-stack`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-fp-brcc`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-load-D-subreg`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ls64`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `lsl-fast`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-odd-reg`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-vdup32`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `mpam`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neoversee1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-vgetlni32`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slowfpvfmx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neoversen1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slowfpvmlx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neoversen2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `neoversev1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `splat-vfp-neon`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `no-neg-immediates`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nv`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `pan-rwv`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `strict-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `swift`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `use-misched`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `pauth`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v4t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `perfmon`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `pmu`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v5t`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v5te"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `predictable-select-expensive`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v6m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v6k"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `predres`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v7clrex`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8.1m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x10`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x11`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8m`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8m.main`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x13`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x14`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp2sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"vfp2"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x15`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x18`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp3d16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp3d16sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x20`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x21`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp3sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"vfp3"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp4d16`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x22`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp4d16sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x23`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x24`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vfp4sp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"vfp4"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x25`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vldn-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x26`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x27`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vmlx-forwarding`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x28`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x30`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `vmlx-hazards`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x5`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wide-stride-vfp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x6`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `reserve-x9`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `xscale`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"xsave"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `saphira`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `sel2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcz`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"zcb"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `crypto`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-misaligned-128store`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-paired-128`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `slow-strqro-store`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `CONTEXTIDREL2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `spe-eef`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a35`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `specrestrict`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `strict-align`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tagged-globals`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `thunderx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `thunderx2t99`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a53`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `thunderx3t110`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a55`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a57`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `thunderxt81`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a64fx`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `thunderxt83`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `thunderxt88`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a65`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v65"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tlb-rmi`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tpidr-el1`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a72`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tpidr-el2`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a73`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v73"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tpidr-el3`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tracev8.4`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a75`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v75"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `trbe`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a76`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `tsv110`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `uaops`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `a77`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `use-aa`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `aggressive-fma`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `alternate-sextload-cvt-f32-pattern`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `use-experimental-zeroing-pseudos`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `altnzcv`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `use-postra-scheduler`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `use-reciprocal-square-root`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `am`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"m"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `amvs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `v8r`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"v8"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a10`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `xs`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a11`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcm`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"zcb"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a13`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a14`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `apple-a7`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcz`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"zcb"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcz-fp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arith-bcc-fusion`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcz-fp-workaround`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `arith-cbz-fusion`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `zcz-gp`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `balance-fp-ops`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `brbe`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x10`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avx512er`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"avx512dq"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x11`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avx512gfni`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"avx512vnni"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x12`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x13`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avx512pf`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"avx512f"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x14`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x15`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avx512vaes`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^--------
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: there is a expected value with a similar name: `"avx512vl"`
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x18`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `avx512vpclmulqdq`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[INFO] [stdout]  47 | |         "aclass",
[INFO] [stdout]  48 | |         "mclass",
[INFO] [stdout] ...   |
[INFO] [stdout] 579 | |         "xop"
[INFO] [stdout] 580 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `allows-misaligned-mem-access`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `audio`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, and `avx512bw` and 472 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: this warning originates in the macro `print_if_feature_enabled` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `call-saved-x8`
[INFO] [stdout]    --> src/main.rs:17:17
[INFO] [stdout]     |
[INFO] [stdout]  17 |           if cfg!(target_feature = $feature){
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  45 | /     print_if_feature_enabled!(
[INFO] [stdout]  46 | |         // arm
[WARN] too many lines in the log, truncating it
